home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="Proxy">
- <description>
- ProxyEffect is a placeholder which connects an Effect graph within a composite Effect to the desired
- input of the outer composite Effect. The input that is used is specified by the "__ProxyInput" property.
- ProxyEffect has no inputs of its own, and it is usually a mistake to try to connect an input to a
- ProxyEffect.
- </description>
-
- <property name="__ProxyInput" type="int" default="0">
- <comments>
- Determines which input of the outer composite Effect is used to provide output from the ProxyEffect.
- </comments>
- </property>
- </effect>